projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b26410
)
Use the new support for RTL icons in GtkIconTheme
author
Yosef Or Boczko
<yoseforb@src.gnome.org>
Wed, 21 May 2014 14:45:38 +0000
(17:45 +0300)
committer
Yosef Or Boczko
<yoseforb@src.gnome.org>
Wed, 21 May 2014 14:45:38 +0000
(17:45 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=730526
gtk/gtksearchentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchentry.c
b/gtk/gtksearchentry.c
index a43f7c7ee80b037b7c5ac341dc502f3e2c33c1da..745dffdfe56844229111a5ed52b6a025e4ea8a63 100644
(file)
--- a/
gtk/gtksearchentry.c
+++ b/
gtk/gtksearchentry.c
@@
-196,10
+196,7
@@
gtk_search_entry_changed (GtkEditable *editable)
}
else
{
- if (gtk_widget_get_direction (GTK_WIDGET (entry)) == GTK_TEXT_DIR_RTL)
- icon_name = "edit-clear-rtl-symbolic";
- else
- icon_name = "edit-clear-symbolic";
+ icon_name = "edit-clear-symbolic";
cleared = FALSE;
}